pub struct FPVolume {
pub has_password: bool,
pub has_config_info: bool,
pub name: MacString,
}Fields§
§has_password: bool§has_config_info: bool§name: MacStringImplementations§
Auto Trait Implementations§
impl Freeze for FPVolume
impl RefUnwindSafe for FPVolume
impl Send for FPVolume
impl Sync for FPVolume
impl Unpin for FPVolume
impl UnsafeUnpin for FPVolume
impl UnwindSafe for FPVolume
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