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