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