Struct TRANSPORTSTATUS
#[repr(C)]pub struct TRANSPORTSTATUS {}
Fields§
§Mode: i32
§LastError: i32
§RecordInhibit: i32
§ServoLock: i32
§MediaPresent: i32
§MediaLength: i32
§MediaSize: i32
§MediaTrackCount: i32
§MediaTrackLength: i32
§MediaTrackSide: i32
§MediaType: i32
§LinkMode: i32
§NotifyOn: i32
Trait Implementations§
§impl Clone for TRANSPORTSTATUS
impl Clone for TRANSPORTSTATUS
§fn clone(&self) -> TRANSPORTSTATUS
fn clone(&self) -> TRANSPORTSTATUS
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 moreimpl Copy for TRANSPORTSTATUS
Auto Trait Implementations§
impl Freeze for TRANSPORTSTATUS
impl RefUnwindSafe for TRANSPORTSTATUS
impl Send for TRANSPORTSTATUS
impl Sync for TRANSPORTSTATUS
impl Unpin for TRANSPORTSTATUS
impl UnwindSafe for TRANSPORTSTATUS
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