#[repr(transparent)]pub struct FSItemID(pub u64);
Available on crate feature
FSItem
only.Expand description
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
Source§impl Ord for FSItemID
impl Ord for FSItemID
Source§impl PartialOrd for FSItemID
impl PartialOrd for FSItemID
Source§impl RefEncode for FSItemID
impl RefEncode for FSItemID
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for FSItemID
impl Eq for FSItemID
impl StructuralPartialEq for FSItemID
Auto Trait Implementations§
impl Freeze for FSItemID
impl RefUnwindSafe for FSItemID
impl Send for FSItemID
impl Sync for FSItemID
impl Unpin for FSItemID
impl UnwindSafe for FSItemID
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.