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