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