#[repr(C, packed(2))]pub struct LSItemInfoRecord {
pub flags: LSItemInfoFlags,
pub filetype: OSType,
pub creator: OSType,
pub extension: CFStringRef,
}Fields§
§flags: LSItemInfoFlags§filetype: OSType§creator: OSType§extension: CFStringRefTrait Implementations§
Source§impl Clone for LSItemInfoRecord
impl Clone for LSItemInfoRecord
Source§fn clone(&self) -> LSItemInfoRecord
fn clone(&self) -> LSItemInfoRecord
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 LSItemInfoRecord
impl Debug for LSItemInfoRecord
impl Copy for LSItemInfoRecord
Auto Trait Implementations§
impl Freeze for LSItemInfoRecord
impl RefUnwindSafe for LSItemInfoRecord
impl !Send for LSItemInfoRecord
impl !Sync for LSItemInfoRecord
impl Unpin for LSItemInfoRecord
impl UnwindSafe for LSItemInfoRecord
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