Struct aarch64defs::IssSystem
source · pub struct IssSystem(/* private fields */);
Implementations§
source§impl IssSystem
impl IssSystem
sourcepub const fn with_direction(self, value: bool) -> Self
pub const fn with_direction(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_direction(&mut self, value: bool)
pub fn set_direction(&mut self, value: bool)
Bits: 0..1
Trait Implementations§
impl Copy for IssSystem
Auto Trait Implementations§
impl Freeze for IssSystem
impl RefUnwindSafe for IssSystem
impl Send for IssSystem
impl Sync for IssSystem
impl Unpin for IssSystem
impl UnwindSafe for IssSystem
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)