#[repr(u32)]pub enum LayoutReturn {
File(LayoutReturnFile),
FsId = 2,
All = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for LayoutReturn
impl Clone for LayoutReturn
Source§fn clone(&self) -> LayoutReturn
fn clone(&self) -> LayoutReturn
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 LayoutReturn
impl Debug for LayoutReturn
Source§impl<'de> Deserialize<'de> for LayoutReturn
impl<'de> Deserialize<'de> for LayoutReturn
Source§fn deserialize<D>(deserializer: D) -> Result<LayoutReturn, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<LayoutReturn, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LayoutReturn
impl PartialEq for LayoutReturn
Source§impl Serialize for LayoutReturn
impl Serialize for LayoutReturn
impl Eq for LayoutReturn
impl StructuralPartialEq for LayoutReturn
Auto Trait Implementations§
impl Freeze for LayoutReturn
impl RefUnwindSafe for LayoutReturn
impl Send for LayoutReturn
impl Sync for LayoutReturn
impl Unpin for LayoutReturn
impl UnwindSafe for LayoutReturn
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