pub struct SdrrCsSet { /* private fields */ }
Expand description
Struct representing the state of the chip select (CS) lines in a given logical address
Implementations§
Trait Implementations§
impl Copy for SdrrCsSet
impl Eq for SdrrCsSet
impl StructuralPartialEq for SdrrCsSet
Auto Trait Implementations§
impl Freeze for SdrrCsSet
impl RefUnwindSafe for SdrrCsSet
impl Send for SdrrCsSet
impl Sync for SdrrCsSet
impl Unpin for SdrrCsSet
impl UnwindSafe for SdrrCsSet
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