#[repr(C)]pub struct IflaVfGuid {
pub vf: u32,
pub guid: u64,
}
Fields§
§vf: u32
§guid: u64
Trait Implementations§
Source§impl Clone for IflaVfGuid
impl Clone for IflaVfGuid
Source§fn clone(&self) -> IflaVfGuid
fn clone(&self) -> IflaVfGuid
Returns a duplicate 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 moreSource§impl Debug for IflaVfGuid
impl Debug for IflaVfGuid
impl Copy for IflaVfGuid
Auto Trait Implementations§
impl Freeze for IflaVfGuid
impl RefUnwindSafe for IflaVfGuid
impl Send for IflaVfGuid
impl Sync for IflaVfGuid
impl Unpin for IflaVfGuid
impl UnwindSafe for IflaVfGuid
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