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