Struct VIRTUAL_FREE_TYPE
#[repr(transparent)]pub struct VIRTUAL_FREE_TYPE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for VIRTUAL_FREE_TYPE
impl Clone for VIRTUAL_FREE_TYPE
§fn clone(&self) -> VIRTUAL_FREE_TYPE
fn clone(&self) -> VIRTUAL_FREE_TYPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for VIRTUAL_FREE_TYPE
impl Debug for VIRTUAL_FREE_TYPE
§impl Default for VIRTUAL_FREE_TYPE
impl Default for VIRTUAL_FREE_TYPE
§fn default() -> VIRTUAL_FREE_TYPE
fn default() -> VIRTUAL_FREE_TYPE
Returns the “default value” for a type. Read more
§impl PartialEq for VIRTUAL_FREE_TYPE
impl PartialEq for VIRTUAL_FREE_TYPE
impl Copy for VIRTUAL_FREE_TYPE
impl Eq for VIRTUAL_FREE_TYPE
impl StructuralPartialEq for VIRTUAL_FREE_TYPE
Auto Trait Implementations§
impl Freeze for VIRTUAL_FREE_TYPE
impl RefUnwindSafe for VIRTUAL_FREE_TYPE
impl Send for VIRTUAL_FREE_TYPE
impl Sync for VIRTUAL_FREE_TYPE
impl Unpin for VIRTUAL_FREE_TYPE
impl UnwindSafe for VIRTUAL_FREE_TYPE
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