pub struct SramTypes {
pub raw: u16,
}
Expand description
Fields§
§raw: u16
Raw value
Implementations§
source§impl SramTypes
impl SramTypes
sourcepub fn pipeline_burst(&self) -> bool
pub fn pipeline_burst(&self) -> bool
Pipeline Burst
sourcepub fn synchronous(&self) -> bool
pub fn synchronous(&self) -> bool
Synchronous
sourcepub fn asynchronous(&self) -> bool
pub fn asynchronous(&self) -> bool
Asynchronous
Methods from Deref<Target = u16>§
pub const MIN: u16 = 0u16
pub const MAX: u16 = 65_535u16
pub const BITS: u32 = 16u32
Trait Implementations§
source§impl PartialEq<SramTypes> for SramTypes
impl PartialEq<SramTypes> for SramTypes
impl Eq for SramTypes
impl StructuralEq for SramTypes
impl StructuralPartialEq for SramTypes
Auto Trait Implementations§
impl RefUnwindSafe for SramTypes
impl Send for SramTypes
impl Sync for SramTypes
impl Unpin for SramTypes
impl UnwindSafe for SramTypes
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