Struct MSVidSegmentType
#[repr(transparent)]pub struct MSVidSegmentType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MSVidSegmentType
impl Clone for MSVidSegmentType
§fn clone(&self) -> MSVidSegmentType
fn clone(&self) -> MSVidSegmentType
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 Debug for MSVidSegmentType
impl Debug for MSVidSegmentType
§impl Default for MSVidSegmentType
impl Default for MSVidSegmentType
§fn default() -> MSVidSegmentType
fn default() -> MSVidSegmentType
Returns the “default value” for a type. Read more
§impl PartialEq for MSVidSegmentType
impl PartialEq for MSVidSegmentType
impl Copy for MSVidSegmentType
impl Eq for MSVidSegmentType
impl StructuralPartialEq for MSVidSegmentType
Auto Trait Implementations§
impl Freeze for MSVidSegmentType
impl RefUnwindSafe for MSVidSegmentType
impl Send for MSVidSegmentType
impl Sync for MSVidSegmentType
impl Unpin for MSVidSegmentType
impl UnwindSafe for MSVidSegmentType
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