Struct lief::elf::note::properties::StackSize
pub struct StackSize<'a> { /* private fields */ }Expand description
Stack size property (GNU_PROPERTY_STACK_SIZE)
Implementations§
§impl StackSize<'_>
impl StackSize<'_>
pub fn stack_size(&self) -> u64
pub fn stack_size(&self) -> u64
The stack size
Trait Implementations§
§impl NoteProperty for StackSize<'_>
impl NoteProperty for StackSize<'_>
§fn property_type(&self) -> PropertyType
fn property_type(&self) -> PropertyType
Return the type of the property
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StackSize<'a>
impl<'a> !Send for StackSize<'a>
impl<'a> !Sync for StackSize<'a>
impl<'a> Unpin for StackSize<'a>
impl<'a> !UnwindSafe for StackSize<'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