pub struct PageFlipFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitAnd for PageFlipFlags
impl BitAnd for PageFlipFlags
Source§impl BitOr for PageFlipFlags
impl BitOr for PageFlipFlags
Source§impl Debug for PageFlipFlags
impl Debug for PageFlipFlags
Source§impl From<PageFlipFlags> for u32
impl From<PageFlipFlags> for u32
Source§fn from(value: PageFlipFlags) -> Self
fn from(value: PageFlipFlags) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PageFlipFlags
impl RefUnwindSafe for PageFlipFlags
impl Send for PageFlipFlags
impl Sync for PageFlipFlags
impl Unpin for PageFlipFlags
impl UnwindSafe for PageFlipFlags
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