#[repr(C)]pub struct RealmBehaviors {
pub localeOverride_: RefPtr<LocaleString>,
pub timeZoneOverride_: RefPtr<TimeZoneString>,
pub rtpCallerType: __BindgenOpaqueArray<u8, 2>,
pub discardSource_: bool,
pub clampAndJitterTime_: bool,
pub isNonLive_: bool,
}Expand description
RealmBehaviors specifies behaviors of a realm that can be changed after the realm’s been created.
Fields§
§localeOverride_: RefPtr<LocaleString>§timeZoneOverride_: RefPtr<TimeZoneString>§rtpCallerType: __BindgenOpaqueArray<u8, 2>§discardSource_: bool§clampAndJitterTime_: bool§isNonLive_: boolTrait Implementations§
Source§impl Debug for RealmBehaviors
impl Debug for RealmBehaviors
Source§impl PartialEq for RealmBehaviors
impl PartialEq for RealmBehaviors
Source§fn eq(&self, other: &RealmBehaviors) -> bool
fn eq(&self, other: &RealmBehaviors) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RealmBehaviors
Auto Trait Implementations§
impl Freeze for RealmBehaviors
impl !RefUnwindSafe for RealmBehaviors
impl !Send for RealmBehaviors
impl !Sync for RealmBehaviors
impl Unpin for RealmBehaviors
impl UnsafeUnpin for RealmBehaviors
impl UnwindSafe for RealmBehaviors
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more