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