pub struct Chmod {
pub path: BtrfsString,
pub mode: u64,
}
Fields§
§path: BtrfsString
§mode: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Chmod
impl RefUnwindSafe for Chmod
impl Send for Chmod
impl Sync for Chmod
impl Unpin for Chmod
impl UnwindSafe for Chmod
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