Struct ASF_FLAT_PICTURE
#[repr(C, packed(1))]pub struct ASF_FLAT_PICTURE {
pub bPictureType: u8,
pub dwDataLen: u32,
}
Fields§
§bPictureType: u8
§dwDataLen: u32
Trait Implementations§
§impl Clone for ASF_FLAT_PICTURE
impl Clone for ASF_FLAT_PICTURE
§fn clone(&self) -> ASF_FLAT_PICTURE
fn clone(&self) -> ASF_FLAT_PICTURE
Returns a copy 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 more§impl Default for ASF_FLAT_PICTURE
impl Default for ASF_FLAT_PICTURE
impl Copy for ASF_FLAT_PICTURE
Auto Trait Implementations§
impl Freeze for ASF_FLAT_PICTURE
impl RefUnwindSafe for ASF_FLAT_PICTURE
impl Send for ASF_FLAT_PICTURE
impl Sync for ASF_FLAT_PICTURE
impl Unpin for ASF_FLAT_PICTURE
impl UnwindSafe for ASF_FLAT_PICTURE
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