#[repr(C)]pub struct vsm_fantom {
pub priv_: usize,
pub priv2: usize,
pub b: *mut c_void,
pub e: *mut c_void,
pub category: *mut c_char,
pub ident: *mut c_char,
}Fields§
§priv_: usize§priv2: usize§b: *mut c_void§e: *mut c_void§category: *mut c_char§ident: *mut c_charTrait Implementations§
Source§impl Clone for vsm_fantom
impl Clone for vsm_fantom
Source§fn clone(&self) -> vsm_fantom
fn clone(&self) -> vsm_fantom
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for vsm_fantom
Source§impl Debug for vsm_fantom
impl Debug for vsm_fantom
Auto Trait Implementations§
impl !Send for vsm_fantom
impl !Sync for vsm_fantom
impl Freeze for vsm_fantom
impl RefUnwindSafe for vsm_fantom
impl Unpin for vsm_fantom
impl UnsafeUnpin for vsm_fantom
impl UnwindSafe for vsm_fantom
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