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