pub struct CStyle(/* private fields */);Trait Implementations§
impl Copy for CStyle
impl Eq for CStyle
impl StructuralPartialEq for CStyle
Auto Trait Implementations§
impl Freeze for CStyle
impl RefUnwindSafe for CStyle
impl Send for CStyle
impl Sync for CStyle
impl Unpin for CStyle
impl UnwindSafe for CStyle
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