#[repr(C)]pub struct FLATMTSIDLIST {
pub cMTSIDs: u32,
pub cbMTSIDs: u32,
pub abMTSIDs: [u8; 1],
}Fields§
§cMTSIDs: u32§cbMTSIDs: u32§abMTSIDs: [u8; 1]Trait Implementations§
Source§impl Clone for FLATMTSIDLIST
impl Clone for FLATMTSIDLIST
Source§fn clone(&self) -> FLATMTSIDLIST
fn clone(&self) -> FLATMTSIDLIST
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 FLATMTSIDLIST
Source§impl Debug for FLATMTSIDLIST
impl Debug for FLATMTSIDLIST
Source§impl Default for FLATMTSIDLIST
impl Default for FLATMTSIDLIST
Source§fn default() -> FLATMTSIDLIST
fn default() -> FLATMTSIDLIST
Returns the “default value” for a type. Read more
Source§impl PartialEq for FLATMTSIDLIST
impl PartialEq for FLATMTSIDLIST
Source§fn eq(&self, other: &FLATMTSIDLIST) -> bool
fn eq(&self, other: &FLATMTSIDLIST) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FLATMTSIDLIST
Auto Trait Implementations§
impl Freeze for FLATMTSIDLIST
impl RefUnwindSafe for FLATMTSIDLIST
impl Send for FLATMTSIDLIST
impl Sync for FLATMTSIDLIST
impl Unpin for FLATMTSIDLIST
impl UnsafeUnpin for FLATMTSIDLIST
impl UnwindSafe for FLATMTSIDLIST
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