#[repr(C, align(16))]pub struct create_options {
pub id: objid,
pub kind: u8,
}
Expand description
Options for creating the file.
Fields§
§id: objid
Object ID to bind the name to, optional. 0 if not present.
kind: u8
The kind of open/create operation. See CREATE_KIND_*.
Trait Implementations§
Source§impl Clone for create_options
impl Clone for create_options
Source§fn clone(&self) -> create_options
fn clone(&self) -> create_options
Returns a copy 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 create_options
impl Debug for create_options
impl Copy for create_options
Auto Trait Implementations§
impl Freeze for create_options
impl RefUnwindSafe for create_options
impl Send for create_options
impl Sync for create_options
impl Unpin for create_options
impl UnwindSafe for create_options
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