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