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