#[repr(C)]pub struct ExecAllowEntry {
pub path: [u8; 256],
}
Fields§
§path: [u8; 256]
Trait Implementations§
Source§impl Clone for ExecAllowEntry
impl Clone for ExecAllowEntry
Source§fn clone(&self) -> ExecAllowEntry
fn clone(&self) -> ExecAllowEntry
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 ExecAllowEntry
impl Debug for ExecAllowEntry
impl Copy for ExecAllowEntry
Auto Trait Implementations§
impl Freeze for ExecAllowEntry
impl RefUnwindSafe for ExecAllowEntry
impl Send for ExecAllowEntry
impl Sync for ExecAllowEntry
impl Unpin for ExecAllowEntry
impl UnwindSafe for ExecAllowEntry
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