pub struct BLOCK_DEVICE {
__private_field: (),
}Fields§
§__private_field: ()Trait Implementations§
Source§impl Deref for BLOCK_DEVICE
impl Deref for BLOCK_DEVICE
impl LazyStatic for BLOCK_DEVICE
Auto Trait Implementations§
impl Freeze for BLOCK_DEVICE
impl RefUnwindSafe for BLOCK_DEVICE
impl Send for BLOCK_DEVICE
impl Sync for BLOCK_DEVICE
impl Unpin for BLOCK_DEVICE
impl UnwindSafe for BLOCK_DEVICE
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