#[repr(C)]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 (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 IFFStreamCmd
Auto Trait Implementations§
impl !Send for IFFStreamCmd
impl !Sync for IFFStreamCmd
impl Freeze for IFFStreamCmd
impl RefUnwindSafe for IFFStreamCmd
impl Unpin for IFFStreamCmd
impl UnsafeUnpin 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