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