#[repr(transparent)]pub struct CWP_FLAGS(pub u32);Tuple Fields§
§0: u32Auto Trait Implementations§
impl Freeze for CWP_FLAGS
impl RefUnwindSafe for CWP_FLAGS
impl Send for CWP_FLAGS
impl Sync for CWP_FLAGS
impl Unpin for CWP_FLAGS
impl UnsafeUnpin for CWP_FLAGS
impl UnwindSafe for CWP_FLAGS
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