#[repr(C, packed(2))]pub struct IFFStreamCmd {
pub sc_Command: LONG,
pub sc_Buf: APTR,
pub sc_NBytes: LONG,
}Fields§
§sc_Command: LONG§sc_Buf: APTR§sc_NBytes: LONGTrait Implementations§
Source§impl Clone for IFFStreamCmd
impl Clone for IFFStreamCmd
Source§fn clone(&self) -> IFFStreamCmd
fn clone(&self) -> IFFStreamCmd
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 IFFStreamCmd
impl Debug for IFFStreamCmd
impl Copy for IFFStreamCmd
Auto Trait Implementations§
impl Freeze for IFFStreamCmd
impl RefUnwindSafe for IFFStreamCmd
impl !Send for IFFStreamCmd
impl !Sync for IFFStreamCmd
impl Unpin for IFFStreamCmd
impl UnwindSafe for IFFStreamCmd
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