#[repr(C)]pub struct CToggle { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for CToggle
impl RefUnwindSafe for CToggle
impl Send for CToggle
impl Sync for CToggle
impl Unpin for CToggle
impl UnwindSafe for CToggle
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