#[repr(C)]pub struct mbool_s {
pub v: [bool; 4],
}Fields§
§v: [bool; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for mbool_s
impl RefUnwindSafe for mbool_s
impl Send for mbool_s
impl Sync for mbool_s
impl Unpin for mbool_s
impl UnwindSafe for mbool_s
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