pub struct AL_SOFT_block_alignment {
pub AL_UNPACK_BLOCK_ALIGNMENT_SOFT: ExtResult<ALenum>,
pub AL_PACK_BLOCK_ALIGNMENT_SOFT: ExtResult<ALenum>,
}Fields§
§AL_UNPACK_BLOCK_ALIGNMENT_SOFT: ExtResult<ALenum>§AL_PACK_BLOCK_ALIGNMENT_SOFT: ExtResult<ALenum>Implementations§
Source§impl AL_SOFT_block_alignment
impl AL_SOFT_block_alignment
pub fn load(api: &AlApi) -> ExtResult<AL_SOFT_block_alignment>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AL_SOFT_block_alignment
impl RefUnwindSafe for AL_SOFT_block_alignment
impl Send for AL_SOFT_block_alignment
impl Sync for AL_SOFT_block_alignment
impl Unpin for AL_SOFT_block_alignment
impl UnwindSafe for AL_SOFT_block_alignment
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