#[repr(transparent)]pub struct Pushlen(pub u32);
Expand description
Push Length
Tuple Fields§
§0: u32
Implementations§
Source§impl Pushlen
impl Pushlen
pub const fn pushlen(&self) -> u32
pub fn set_pushlen(&mut self, val: u32)
pub const fn pushcstaddr(&self) -> bool
pub fn set_pushcstaddr(&mut self, val: bool)
pub const fn pushrealign(&self) -> bool
pub fn set_pushrealign(&mut self, val: bool)
pub const fn pushdiscard(&self) -> bool
pub fn set_pushdiscard(&mut self, val: bool)
Trait Implementations§
impl Copy for Pushlen
impl Eq for Pushlen
impl StructuralPartialEq for Pushlen
Auto Trait Implementations§
impl Freeze for Pushlen
impl RefUnwindSafe for Pushlen
impl Send for Pushlen
impl Sync for Pushlen
impl Unpin for Pushlen
impl UnwindSafe for Pushlen
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
)