pub struct BasicMapping {
pub readable: bool,
pub writable: bool,
pub executable: bool,
}Fields§
§readable: bool§writable: bool§executable: boolTrait Implementations§
Source§impl Clone for BasicMapping
impl Clone for BasicMapping
Source§fn clone(&self) -> BasicMapping
fn clone(&self) -> BasicMapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BasicMapping
impl Debug for BasicMapping
Source§impl PartialEq for BasicMapping
impl PartialEq for BasicMapping
impl Copy for BasicMapping
impl StructuralPartialEq for BasicMapping
Auto Trait Implementations§
impl Freeze for BasicMapping
impl RefUnwindSafe for BasicMapping
impl Send for BasicMapping
impl Sync for BasicMapping
impl Unpin for BasicMapping
impl UnsafeUnpin for BasicMapping
impl UnwindSafe for BasicMapping
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