pub struct Attachment(/* private fields */);
Implementations§
Source§impl Attachment
impl Attachment
pub const BUFFER_FRONT_LEFT: Attachment
pub const BUFFER_BACK_LEFT: Attachment
pub const BUFFER_FRONT_RIGHT: Attachment
pub const BUFFER_BACK_RIGHT: Attachment
pub const BUFFER_DEPTH: Attachment
pub const BUFFER_STENCIL: Attachment
pub const BUFFER_ACCUM: Attachment
pub const BUFFER_FAKE_FRONT_LEFT: Attachment
pub const BUFFER_FAKE_FRONT_RIGHT: Attachment
pub const BUFFER_DEPTH_STENCIL: Attachment
pub const BUFFER_HIZ: Attachment
Trait Implementations§
Source§impl Clone for Attachment
impl Clone for Attachment
Source§fn clone(&self) -> Attachment
fn clone(&self) -> Attachment
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 Attachment
impl Debug for Attachment
Source§impl Default for Attachment
impl Default for Attachment
Source§fn default() -> Attachment
fn default() -> Attachment
Returns the “default value” for a type. Read more
Source§impl From<u16> for Attachment
impl From<u16> for Attachment
Source§fn from(value: u16) -> Attachment
fn from(value: u16) -> Attachment
Converts to this type from the input type.
Source§impl From<u32> for Attachment
impl From<u32> for Attachment
Source§fn from(value: u32) -> Attachment
fn from(value: u32) -> Attachment
Converts to this type from the input type.
Source§impl From<u8> for Attachment
impl From<u8> for Attachment
Source§fn from(value: u8) -> Attachment
fn from(value: u8) -> Attachment
Converts to this type from the input type.
Source§impl Hash for Attachment
impl Hash for Attachment
Source§impl Ord for Attachment
impl Ord for Attachment
Source§fn cmp(&self, other: &Attachment) -> Ordering
fn cmp(&self, other: &Attachment) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Attachment
impl PartialEq for Attachment
Source§impl PartialOrd for Attachment
impl PartialOrd for Attachment
impl Copy for Attachment
impl Eq for Attachment
impl StructuralPartialEq for Attachment
Auto Trait Implementations§
impl Freeze for Attachment
impl RefUnwindSafe for Attachment
impl Send for Attachment
impl Sync for Attachment
impl Unpin for Attachment
impl UnwindSafe for Attachment
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