pub struct DisplaConstructorArg(pub usize);
Tuple Fields
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplaConstructorArg
impl Send for DisplaConstructorArg
impl Sync for DisplaConstructorArg
impl Unpin for DisplaConstructorArg
impl UnwindSafe for DisplaConstructorArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more