pub struct Nothing;
Trait Implementations§
Source§impl GeneratedBlendStruct for Nothing
impl GeneratedBlendStruct for Nothing
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Nothing"
const STRUCT_INDEX: usize = 4_294_967_295usize
const STRUCT_TYPE_INDEX: usize = 4_294_967_295usize
const IS_SYNTHETIC: bool = true
impl Copy for Nothing
impl PointerTarget<Nothing> for Nothing
Auto Trait Implementations§
impl Freeze for Nothing
impl RefUnwindSafe for Nothing
impl Send for Nothing
impl Sync for Nothing
impl Unpin for Nothing
impl UnwindSafe for Nothing
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