pub struct FrameFlag(/* private fields */);Implementations§
Trait Implementations§
Source§impl BitOrAssign for FrameFlag
impl BitOrAssign for FrameFlag
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreAuto Trait Implementations§
impl Freeze for FrameFlag
impl RefUnwindSafe for FrameFlag
impl Send for FrameFlag
impl Sync for FrameFlag
impl Unpin for FrameFlag
impl UnsafeUnpin for FrameFlag
impl UnwindSafe for FrameFlag
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