pub struct Tfd {
pub format_occupancy: usize,
}
Fields§
§format_occupancy: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tfd
impl RefUnwindSafe for Tfd
impl Send for Tfd
impl Sync for Tfd
impl Unpin for Tfd
impl UnwindSafe for Tfd
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