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