#[repr(C)]pub struct MSV1_0_AV_PAIR {
pub AvId: USHORT,
pub AvLen: USHORT,
}
Fields§
§AvId: USHORT
§AvLen: USHORT
Trait Implementations§
Source§impl Clone for MSV1_0_AV_PAIR
impl Clone for MSV1_0_AV_PAIR
Source§fn clone(&self) -> MSV1_0_AV_PAIR
fn clone(&self) -> MSV1_0_AV_PAIR
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 Default for MSV1_0_AV_PAIR
impl Default for MSV1_0_AV_PAIR
Source§fn default() -> MSV1_0_AV_PAIR
fn default() -> MSV1_0_AV_PAIR
Returns the “default value” for a type. Read more
impl Copy for MSV1_0_AV_PAIR
Auto Trait Implementations§
impl Freeze for MSV1_0_AV_PAIR
impl RefUnwindSafe for MSV1_0_AV_PAIR
impl Send for MSV1_0_AV_PAIR
impl Sync for MSV1_0_AV_PAIR
impl Unpin for MSV1_0_AV_PAIR
impl UnwindSafe for MSV1_0_AV_PAIR
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