#[repr(transparent)]pub struct AipsBridgeGroup2MemRule5(pub u32);Expand description
AIPS Bridge Group 2 Rule 5
Tuple Fields§
§0: u32Implementations§
Source§impl AipsBridgeGroup2MemRule5
impl AipsBridgeGroup2MemRule5
Sourcepub const fn set_ostimer(&mut self, val: Ostimer)
pub const fn set_ostimer(&mut self, val: Ostimer)
OSTIMER
Sourcepub const fn wake_timer(&self) -> WakeTimer
pub const fn wake_timer(&self) -> WakeTimer
WAKE_TIMER
Sourcepub const fn set_wake_timer(&mut self, val: WakeTimer)
pub const fn set_wake_timer(&mut self, val: WakeTimer)
WAKE_TIMER
Trait Implementations§
Source§impl Clone for AipsBridgeGroup2MemRule5
impl Clone for AipsBridgeGroup2MemRule5
Source§fn clone(&self) -> AipsBridgeGroup2MemRule5
fn clone(&self) -> AipsBridgeGroup2MemRule5
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 AipsBridgeGroup2MemRule5
impl Debug for AipsBridgeGroup2MemRule5
Source§impl Default for AipsBridgeGroup2MemRule5
impl Default for AipsBridgeGroup2MemRule5
Source§fn default() -> AipsBridgeGroup2MemRule5
fn default() -> AipsBridgeGroup2MemRule5
Returns the “default value” for a type. Read more
Source§impl PartialEq for AipsBridgeGroup2MemRule5
impl PartialEq for AipsBridgeGroup2MemRule5
impl Copy for AipsBridgeGroup2MemRule5
impl Eq for AipsBridgeGroup2MemRule5
impl StructuralPartialEq for AipsBridgeGroup2MemRule5
Auto Trait Implementations§
impl Freeze for AipsBridgeGroup2MemRule5
impl RefUnwindSafe for AipsBridgeGroup2MemRule5
impl Send for AipsBridgeGroup2MemRule5
impl Sync for AipsBridgeGroup2MemRule5
impl Unpin for AipsBridgeGroup2MemRule5
impl UnwindSafe for AipsBridgeGroup2MemRule5
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