Struct islet_rmm::realm::config::RealmConfig
source · #[repr(C)]pub struct RealmConfig { /* private fields */ }
Implementations§
Trait Implementations§
source§impl RawPtr for RealmConfig
impl RawPtr for RealmConfig
source§impl SafetyAssured for RealmConfig
impl SafetyAssured for RealmConfig
source§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
Checks if the instance is properly initialized. Read more
source§fn verify_ownership(&self) -> bool
fn verify_ownership(&self) -> bool
Checks whether ownership rules are upheld for this instance,
with a particular focus on instances that originate from raw pointers. Read more
source§impl SafetyChecked for RealmConfig
impl SafetyChecked for RealmConfig
fn is_not_null(&self) -> bool
fn is_aligned(&self) -> bool
Auto Trait Implementations§
impl Freeze for RealmConfig
impl RefUnwindSafe for RealmConfig
impl Send for RealmConfig
impl Sync for RealmConfig
impl Unpin for RealmConfig
impl UnwindSafe for RealmConfig
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