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