#[repr(C, packed(2))]pub struct IFFHandle {
pub iff_Stream: ULONG,
pub iff_Flags: ULONG,
pub iff_Depth: LONG,
}Fields§
§iff_Stream: ULONG§iff_Flags: ULONG§iff_Depth: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for IFFHandle
impl RefUnwindSafe for IFFHandle
impl Send for IFFHandle
impl Sync for IFFHandle
impl Unpin for IFFHandle
impl UnwindSafe for IFFHandle
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