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