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