pub struct NoStatic;Expand description
For devices that don’t need any associated static data, This NoStatic type will take no space and generate no code, and has the const constructor needed for the type.
Auto Trait Implementations§
impl Freeze for NoStatic
impl RefUnwindSafe for NoStatic
impl Send for NoStatic
impl Sync for NoStatic
impl Unpin for NoStatic
impl UnwindSafe for NoStatic
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