pub struct DisplaConstructorArg(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplaConstructorArg
impl RefUnwindSafe for DisplaConstructorArg
impl Send for DisplaConstructorArg
impl Sync for DisplaConstructorArg
impl Unpin for DisplaConstructorArg
impl UnwindSafe for DisplaConstructorArg
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