#[repr(transparent)]pub struct WTS_FLAGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for WTS_FLAGS
impl Abi for WTS_FLAGS
impl Copy for WTS_FLAGS
impl Eq for WTS_FLAGS
impl StructuralPartialEq for WTS_FLAGS
Auto Trait Implementations§
impl Freeze for WTS_FLAGS
impl RefUnwindSafe for WTS_FLAGS
impl Send for WTS_FLAGS
impl Sync for WTS_FLAGS
impl Unpin for WTS_FLAGS
impl UnwindSafe for WTS_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