pub struct AddressFlags<'a> { /* private fields */ }Implementations§
Source§impl<'a> AddressFlags<'a>
impl<'a> AddressFlags<'a>
pub fn is_code(&self) -> bool
pub fn is_data(&self) -> bool
pub fn is_byte(&self) -> bool
pub fn is_word(&self) -> bool
pub fn is_dword(&self) -> bool
pub fn is_qword(&self) -> bool
pub fn is_oword(&self) -> bool
pub fn is_float(&self) -> bool
pub fn is_double(&self) -> bool
pub fn is_strlit(&self) -> bool
pub fn is_off(&self, n: usize) -> bool
Auto Trait Implementations§
impl<'a> !Send for AddressFlags<'a>
impl<'a> !Sync for AddressFlags<'a>
impl<'a> Freeze for AddressFlags<'a>
impl<'a> RefUnwindSafe for AddressFlags<'a>
impl<'a> Unpin for AddressFlags<'a>
impl<'a> UnsafeUnpin for AddressFlags<'a>
impl<'a> UnwindSafe for AddressFlags<'a>
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