pub struct UsedFlags(/* private fields */);
Implementations§
Source§impl UsedFlags
impl UsedFlags
Sourcepub const fn with_no_notify_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_no_notify_checked(self, value: bool) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_no_notify(self, value: bool) -> Self
pub const fn with_no_notify(self, value: bool) -> Self
Bits: 0..1
Sourcepub const fn set_no_notify(&mut self, value: bool)
pub const fn set_no_notify(&mut self, value: bool)
Bits: 0..1
Trait Implementations§
impl Copy for UsedFlags
Auto Trait Implementations§
impl Freeze for UsedFlags
impl RefUnwindSafe for UsedFlags
impl Send for UsedFlags
impl Sync for UsedFlags
impl Unpin for UsedFlags
impl UnwindSafe for UsedFlags
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