#[repr(C)]pub struct vxids {
pub vxid: u64,
}Fields§
§vxid: u64Trait Implementations§
impl Copy for vxids
Auto Trait Implementations§
impl Freeze for vxids
impl RefUnwindSafe for vxids
impl Send for vxids
impl Sync for vxids
impl Unpin for vxids
impl UnwindSafe for vxids
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