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