#[repr(C)]pub struct SMCommType(/* private fields */);
Trait Implementations§
Source§impl Default for SMCommType
impl Default for SMCommType
Source§fn default() -> SMCommType
fn default() -> SMCommType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SMCommType
impl RefUnwindSafe for SMCommType
impl Send for SMCommType
impl Sync for SMCommType
impl Unpin for SMCommType
impl UnwindSafe for SMCommType
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